home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000244_news@columbia.edu_Tue Nov 22 16:25:50 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12662
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 23 Nov 1994 07:04:38 -0500
  3. Received: by apakabar.cc.columbia.edu id AA27770
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 23 Nov 1994 07:04:36 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.moneng.mei.com!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Alternate character set
  9. Message-Id: <1994Nov22.222550.33619@cc.usu.edu>
  10. Date: 22 Nov 94 22:25:50 MDT
  11. References: <1994Nov21.180341.10495@ivax>
  12. Organization: Utah State University
  13. Lines: 19
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1994Nov21.180341.10495@ivax>, rjfortho@indyunix.iupui.edu () writes:
  17. > I am using MS-Kermit to dial in to an IBM 3090 mainframe, through a protocol
  18. > converter.  Periodically, I will get line noise which causes Kermit to switch
  19. > character sets on me.  (I can recreate the problem by picking up the phone 
  20. > and setting it down quickly.) The character set appears to by Cyrillic or 
  21. > some graphical character set - I
  22. m not sure.  I can use Kreset (alt-=) to 
  23. > restore the character set, but I would like to prevent the switch from 
  24. > ever happening. Does anyone have any suggestions on how to tell Kermit not to
  25. > make this switch?  By the way, I am using VT102 emulation in Kermit.  I'm 
  26. > willing to try other emulations if that would help, but VT102 works well with
  27. > our protocol converter, in that it provides printer support.  Any suggestions
  28. > would be greatly appreciated.
  29. ---------
  30.     Those would be control codes SI and SO which change character
  31. sets on you. A real VT100 will do exactly the same. Use VT320 where
  32. these two codes switch amongst the same character sets most of the
  33. item, or get your phone line fixed. I can't assist with your mainframe
  34. terminal facilties vis VT320's so I wish you luck with that end.
  35.     Joe D.